
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border:0px solid #BBB;
width: 100%;
 /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline; font-size:14px;font-family:"Î¢ÈíÑÅºÚ";font-weight: bold;color: #e2e2e2;
}

.chromestyle ul li a{
color: #999;
padding:10px 28px;
margin: 0;
text-decoration: none;
border-right: 0px solid #5B5B5B;font-size:14px;font-family:"Î¢ÈíÑÅºÚ";font-weight: bold;color: #fff; float:left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/  background-image:url(bg.png); background-repeat:no-repeat;font-size:14px;font-family:"Î¢ÈíÑÅºÚ"; color:#fff;font-weight: bold;float:left;
 /*THEME CHANGE HERE*/
}
.chromestyle ul li a.current,chromestyle ul li a.current:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/  background-image:url(bg.png); background-repeat:no-repeat;font-size:14px;font-family:"Î¢ÈíÑÅºÚ"; color:#3F210E;font-weight: bold;float:left;
 /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
font-size:14px;font-family:"Î¢ÈíÑÅºÚ";
line-height:19px;
z-index:100; 
width: 84px;
visibility: hidden; color:#333333;background-color:#E6E8E7;border:1px solid #D6D6D6;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 18px;
 /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size:14px;font-family:"Î¢ÈíÑÅºÚ"; font-weight:bold;
color:#CE6802;background:url(dots2.gif)  no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#A5DDF6;
}